gpsbabel.git
7 years agoconst qualify some function parameters. (#229)
tsteven4 [Thu, 12 Jul 2018 14:51:26 +0000 (08:51 -0600)]
const qualify some function parameters. (#229)

This is the clang-tidy check readability-non-const-parameter.

7 years agorefactor "Declarator and assignment can be joined." (#227)
tsteven4 [Wed, 11 Jul 2018 22:56:20 +0000 (16:56 -0600)]
refactor "Declarator and assignment can be joined." (#227)

* refactor "Delarator and assignment can be joined."

Instances involving switch statements or goto statemens were skipped.
jeeps was skipped as well.

* fix pointer formatting case.

* more whitespace corrections.

7 years agoMerge pull request #228 from tsteven4/gdb
tsteven4 [Tue, 10 Jul 2018 16:28:20 +0000 (10:28 -0600)]
Merge pull request #228 from tsteven4/gdb

fix irrelevant booboo in 23cb08f17.

7 years agofix irrelevant booboo in 23cb08f17.
tsteven4 [Tue, 10 Jul 2018 15:53:07 +0000 (09:53 -0600)]
fix irrelevant booboo in 23cb08f17.

This only mattered if NEW_STRINGS wasn't defined,
and it always is, except if running cppcheck.

7 years agoMerge pull request #226 from tsteven4/resetb4read
tsteven4 [Mon, 9 Jul 2018 18:19:35 +0000 (12:19 -0600)]
Merge pull request #226 from tsteven4/resetb4read

refactor cases of "Declarator is reassigned in all paths before being read"
when the declarator and the subsequent assignment can be joined.

7 years agorecover some lost comments.
tsteven4 [Mon, 9 Jul 2018 17:35:53 +0000 (11:35 -0600)]
recover some lost comments.

7 years agorefactor cases of "Declarator is reassigned in all
tsteven4 [Mon, 9 Jul 2018 17:19:51 +0000 (11:19 -0600)]
refactor cases of "Declarator is reassigned in all
paths before being read"
when the declarator and the subsequent assignment can be joined.

7 years agoMerge pull request #224 from tsteven4/unusedinit
tsteven4 [Mon, 9 Jul 2018 13:16:42 +0000 (07:16 -0600)]
Merge pull request #224 from tsteven4/unusedinit

limit scope of loop vars, prefer prefix operators.

7 years agouse prefix increment on enums in brauniger_iq, garmin_txt, igc.
tsteven4 [Mon, 9 Jul 2018 01:21:28 +0000 (19:21 -0600)]
use prefix increment on enums in brauniger_iq, garmin_txt, igc.

7 years agolimit scope of index variables in for loops.
tsteven4 [Sun, 8 Jul 2018 23:29:22 +0000 (17:29 -0600)]
limit scope of index variables in for loops.

7 years agoMerge pull request #223 from tsteven4/nullptr
tsteven4 [Sun, 8 Jul 2018 14:42:26 +0000 (08:42 -0600)]
Merge pull request #223 from tsteven4/nullptr

clang-tidy readability-delete-null-pointer

7 years agoclang-tidy readability-delete-null-pointer
tsteven4 [Sun, 8 Jul 2018 13:53:06 +0000 (07:53 -0600)]
clang-tidy readability-delete-null-pointer

formatted by hand.

7 years agoMerge pull request #222 from tsteven4/cmake2
tsteven4 [Sat, 7 Jul 2018 13:34:23 +0000 (07:34 -0600)]
Merge pull request #222 from tsteven4/cmake2

catch CMakeLists up.

7 years agocatch CMakeLists up.
tsteven4 [Sat, 7 Jul 2018 12:51:37 +0000 (06:51 -0600)]
catch CMakeLists up.

7 years agoMerge pull request #221 from gpsbabel/cleanups
Robert Lipe [Sat, 7 Jul 2018 06:59:40 +0000 (01:59 -0500)]
Merge pull request #221 from gpsbabel/cleanups

Cleanups: remove jeeps gpsinput.*

7 years agoRemove gpsinput.{cc,h}
Robert Lipe [Sat, 7 Jul 2018 06:03:30 +0000 (01:03 -0500)]
Remove gpsinput.{cc,h}

Remove unused Jeeps file handling old Jeeps Almanac files and other
esoterica uninteresting to us.

7 years agoMerge pull request #137 from viettaml/master
Robert Lipe [Sat, 7 Jul 2018 05:37:36 +0000 (00:37 -0500)]
Merge pull request #137 from viettaml/master

Fix redundant file rename on Windows

7 years agoMerge pull request #218 from gpsbabel/cleanups
Robert Lipe [Sat, 7 Jul 2018 05:30:10 +0000 (00:30 -0500)]
Merge pull request #218 from gpsbabel/cleanups

Cleanups

7 years agoRemove more C casts
Robert Lipe [Sat, 7 Jul 2018 04:51:44 +0000 (23:51 -0500)]
Remove more C casts

Remove some senseless casts to ints, explicitly avoid const-ified queue
iterators.

7 years agoMore queue casting
Robert Lipe [Sat, 7 Jul 2018 04:20:18 +0000 (23:20 -0500)]
More queue casting

This doesn’t _really_ help improve the code; this is to get a passing
presubmit from codify.

7 years agoMerge pull request #220 from tsteven4/cmake
GPSBabel [Fri, 6 Jul 2018 00:00:05 +0000 (19:00 -0500)]
Merge pull request #220 from tsteven4/cmake

Add CMakeLists.txt.

7 years agoAdd CMakeLists.txt.
tsteven4 [Thu, 5 Jul 2018 22:11:58 +0000 (16:11 -0600)]
Add CMakeLists.txt.

This is experimental at this stage.

7 years agodowncast queue_elem to void then up to Waypoint
Robert Lipe [Thu, 5 Jul 2018 05:40:24 +0000 (00:40 -0500)]
downcast queue_elem to void then up to Waypoint

(yes, this is distasteful)

7 years agoFix delete/xfree mismatch in xmltag copy
Robert Lipe [Thu, 5 Jul 2018 03:53:22 +0000 (22:53 -0500)]
Fix delete/xfree mismatch in xmltag copy

Other misc minor changes tweaks identified by codacy during last commit.

7 years agoRollback erroneously committed files
Robert Lipe [Wed, 4 Jul 2018 22:34:12 +0000 (17:34 -0500)]
Rollback erroneously committed files

git rm -r build-app-Desktop_Qt_5_9_5_clang_64bit-Debug/

(Thanx, tsteven4!)

7 years agoMerge pull request #219 from tsteven4/clean888
tsteven4 [Wed, 4 Jul 2018 21:00:25 +0000 (15:00 -0600)]
Merge pull request #219 from tsteven4/clean888

miscellaneous cleanups & bug fixes.

7 years agomiscellaneous cleanups & bug fixes.
tsteven4 [Wed, 4 Jul 2018 20:20:00 +0000 (14:20 -0600)]
miscellaneous cleanups & bug fixes.

easygps.cc: bugfix - clang-tidy check misc-sizeof-expression
garmin_fs.cc: warning cleanup - gcc warning: warning: ‘%d’ directive output may be truncated writing between 1 and 11 bytes into a region of size 3 [-Wformat-truncation=]
jtr.cc: warning cleanup - gcc warning: ‘__builtin___snprintf_chk’ output may be truncated before the last format character [-Wformat-truncation=]
jtr.cc: bugfix - the jtr writter could incorrecly print the msec portion of the creationtime by dropping the most significant digit when it was zero.
mapsource.cc: warning cleanup - binary operator acts on identical operands
random.cc: bugfix - fractional seconds were always zero.
tpo.cc: warning cleanup - gcc warning: argument 2 null where non-null expected [-Wnonnull]
xmlgeneric.cc: warning cleanup - Declarator is never used

7 years agoTypo fix
Robert Lipe [Wed, 4 Jul 2018 20:05:13 +0000 (15:05 -0500)]
Typo fix

waypoint -> Waypoint in last commit wasn’t saved from editor buffer

7 years agoRevert stupid commits
Robert Lipe [Wed, 4 Jul 2018 20:00:52 +0000 (15:00 -0500)]
Revert stupid commits

Grrr. Github desktop works exactly like git command line doesn’t for
uncommitted files. :-/

7 years agoReduce scope of a ton of variables, misc cleanups
Robert Lipe [Wed, 4 Jul 2018 19:51:37 +0000 (14:51 -0500)]
Reduce scope of a ton of variables, misc cleanups

Codacy-inspired cleanups. Makes code look more C++-looking in many
places.

7 years agoeliminate some redundant redclarations. (#217)
tsteven4 [Tue, 3 Jul 2018 22:58:17 +0000 (16:58 -0600)]
eliminate some redundant redclarations. (#217)

7 years agoeliminate some uneccessary passing by value in favor of pass by const reference....
tsteven4 [Tue, 3 Jul 2018 20:54:00 +0000 (14:54 -0600)]
eliminate some uneccessary passing by value in favor of pass by const reference. (#216)

7 years agocleanup filter class issues. (#215)
tsteven4 [Tue, 3 Jul 2018 17:40:57 +0000 (11:40 -0600)]
cleanup filter class issues. (#215)

7 years agoMerge pull request #213 from tsteven4/constcast
tsteven4 [Sun, 1 Jul 2018 20:37:35 +0000 (14:37 -0600)]
Merge pull request #213 from tsteven4/constcast

use const_cast to cast away const, and don't cast away const when unnecessary

7 years agoa few more const_cast eliminations.
tsteven4 [Sun, 1 Jul 2018 19:23:38 +0000 (13:23 -0600)]
a few more const_cast eliminations.

7 years agopreserve const in garmin_txt.
tsteven4 [Sun, 1 Jul 2018 18:36:47 +0000 (12:36 -0600)]
preserve const in garmin_txt.

7 years agoremove more unnecessary const_casting.
tsteven4 [Sun, 1 Jul 2018 15:26:10 +0000 (09:26 -0600)]
remove more unnecessary const_casting.

7 years agoget rid of more unneeded const_cast.
tsteven4 [Sun, 1 Jul 2018 14:45:33 +0000 (08:45 -0600)]
get rid of more unneeded const_cast.

7 years agoget MSVC happy with util const_cast changes.
tsteven4 [Sun, 1 Jul 2018 12:36:11 +0000 (06:36 -0600)]
get MSVC happy with util const_cast changes.

7 years agoremove unnecesary const_cast in util.cc.
tsteven4 [Sun, 1 Jul 2018 12:26:42 +0000 (06:26 -0600)]
remove unnecesary const_cast in util.cc.

7 years agoeliminate uneccesary const_cast in osm format.
tsteven4 [Sat, 30 Jun 2018 21:17:12 +0000 (15:17 -0600)]
eliminate uneccesary const_cast in osm format.

7 years agoMerge remote-tracking branch 'origin/master' into constcast
tsteven4 [Sat, 30 Jun 2018 21:10:10 +0000 (15:10 -0600)]
Merge remote-tracking branch 'origin/master' into constcast

7 years agouse member brace initializes and default constructors. (#214)
tsteven4 [Sat, 30 Jun 2018 21:05:55 +0000 (15:05 -0600)]
use member brace initializes and default constructors. (#214)

7 years agoremove more unnecessary casting away of const.
tsteven4 [Sat, 30 Jun 2018 14:19:23 +0000 (08:19 -0600)]
remove more unnecessary casting away of const.

7 years agoremove unnecessary casting away of const.
tsteven4 [Sat, 30 Jun 2018 13:34:15 +0000 (07:34 -0600)]
remove unnecessary casting away of const.

7 years agoclang tidy uses const_cast.
tsteven4 [Thu, 28 Jun 2018 14:04:06 +0000 (08:04 -0600)]
clang tidy uses const_cast.

This was from the google-readability-casting check,
but only Message: C-style casts are discouraged; use const_cast
were accepted.

7 years agoeliminate superfluous casting "redundant cast to the same type" (#212)
tsteven4 [Thu, 28 Jun 2018 13:25:44 +0000 (07:25 -0600)]
eliminate superfluous casting "redundant cast to the same type" (#212)

* eliminate superfluous casting "redundant cast to the same type"

this was based on clang-tidy google-readability-casting check,
but only for the Message redundant cast to the same type.
Some hand manipulation of literals was done before clang-tidy.
Some fixes were rejected for portability.

* eliminate a couple casts of integer literals to double.

* a few more casts of integer literals.

7 years agoCreate a filter base class and make all our filters derived classes of this base...
tsteven4 [Wed, 27 Jun 2018 21:36:08 +0000 (15:36 -0600)]
Create a filter base class and make all our filters derived classes of this base class. (#190)

7 years agoclang-tidy fix modernize-deprecated-headers on windows files. (#211)
tsteven4 [Wed, 27 Jun 2018 00:38:44 +0000 (18:38 -0600)]
clang-tidy fix modernize-deprecated-headers on windows files. (#211)

7 years agofix clang-tidy found readability-static-accessed-through-instance. (#210)
tsteven4 [Wed, 27 Jun 2018 00:25:48 +0000 (18:25 -0600)]
fix clang-tidy found readability-static-accessed-through-instance. (#210)

7 years agoclang tidy optimizes to use parameter passing by const reference. (#209)
tsteven4 [Tue, 26 Jun 2018 22:33:26 +0000 (16:33 -0600)]
clang tidy optimizes to use parameter passing by const reference. (#209)

RUN_CLANG_TIDY_FLAGS="-header-filter=.*\\\.h -checks=-*,performance-unnecessary-value-param -fix

The suggestion "parameter '*' is passed by value and only copied once; consider moving
it to avoid unnecessary copies" was not accepted.

The suggestion "the const qualified parameter '*' is copied for each invocation;
consider making it a reference" was accepted.

The suggestion "the parameter '*' is copied for each invocation but only used as a const
reference; consider making it a const reference" was accepted.

7 years agofix missing-field-initializers clang diagnostic. (#207)
tsteven4 [Tue, 26 Jun 2018 18:01:42 +0000 (12:01 -0600)]
fix missing-field-initializers clang diagnostic. (#207)

7 years agouse c++11 noreturn attribute specifier instead of compiler specific attributes. ...
tsteven4 [Sun, 24 Jun 2018 23:38:45 +0000 (17:38 -0600)]
use c++11 noreturn attribute specifier instead of compiler specific attributes. (#206)

This should work for all compilers, and certainly helps out MSVC code analysis.

7 years agoadd version check to GPSBabel.pro, fix header dependencies. (#205)
tsteven4 [Sat, 23 Jun 2018 19:27:21 +0000 (13:27 -0600)]
add version check to GPSBabel.pro, fix header dependencies. (#205)

7 years agocorrect header file list in GPSBabel.pro, and a warning fix. (#203)
tsteven4 [Thu, 21 Jun 2018 20:13:39 +0000 (14:13 -0600)]
correct header file list in GPSBabel.pro, and a warning fix. (#203)

C4146: unary minus operator applied to unsigned type, result still unsigned

7 years agoMSVC warning cleanup (#202)
tsteven4 [Wed, 20 Jun 2018 22:51:29 +0000 (16:51 -0600)]
MSVC warning cleanup (#202)

7 years agoenhance track filter test. (#201)
tsteven4 [Mon, 18 Jun 2018 23:52:33 +0000 (17:52 -0600)]
enhance track filter test. (#201)

7 years agocleanup defs.h orgainizing route and waypt elemements. (#200)
tsteven4 [Mon, 18 Jun 2018 23:07:37 +0000 (17:07 -0600)]
cleanup defs.h orgainizing route and waypt elemements. (#200)

The following prototypes were deleted, they had no definitions:
waypt_free
waypt_dupe
waypt_new
route_add
waypt_alloc_gc_data
waypt_empty_gc_data

The following functions were never used, and they had no prototypes:
void routes_to_tracks();
void tracks_to_routes();

The following function had a repeated prototype:
route_flush

The following function is missing a prototype but is explictly listed by the using file:
update_common_traits

In addition to resolving the above issues, some sections of defs.h
were moved based on if they came from waypt.cc or route.cc,
when they were required, and grouping of similar elements.

7 years agoimprove travis docker script. (#199)
tsteven4 [Mon, 18 Jun 2018 18:33:57 +0000 (12:33 -0600)]
improve travis docker script. (#199)

7 years agoupdate Dockerfile to reduce image size. (#198)
tsteven4 [Sun, 17 Jun 2018 22:27:00 +0000 (16:27 -0600)]
update Dockerfile to reduce image size. (#198)

7 years agocleanup whining about validate filter, and add test. (#197)
tsteven4 [Sun, 17 Jun 2018 16:57:09 +0000 (10:57 -0600)]
cleanup whining about validate filter, and add test.  (#197)

7 years agoCI debug, codacy excludes, obsolete file deletion. (#196)
tsteven4 [Sun, 17 Jun 2018 14:41:36 +0000 (08:41 -0600)]
CI debug, codacy excludes, obsolete file deletion. (#196)

7 years agogenerate codacy coverage report on travis (#195)
tsteven4 [Sun, 17 Jun 2018 03:46:46 +0000 (21:46 -0600)]
generate codacy coverage report on travis (#195)

7 years agomore excludes for codacity. (#194)
tsteven4 [Sat, 16 Jun 2018 21:01:25 +0000 (15:01 -0600)]
more excludes for codacity. (#194)

7 years agoDelete nmea_cc
Robert Lipe [Sat, 16 Jun 2018 20:02:44 +0000 (15:02 -0500)]
Delete nmea_cc

Scratch work file that was accidentally committed.

7 years agoCheck in codacy config file
Robert Lipe [Sat, 16 Jun 2018 19:57:38 +0000 (14:57 -0500)]
Check in codacy config file

Ignore deprecated and third party code.

7 years agocleanups for codacy warnings. (#192)
tsteven4 [Thu, 14 Jun 2018 22:32:56 +0000 (16:32 -0600)]
cleanups for codacy warnings. (#192)

take advantage of C++11 delete to block a default operator, and move a bunch of loop index declarations to the loop.

7 years agoreduce docker layer size in an attempt to workaround network problems. (#191)
tsteven4 [Mon, 11 Jun 2018 21:55:18 +0000 (15:55 -0600)]
reduce docker layer size in an attempt to workaround network problems. (#191)

7 years agoLimit scope of variables and functions that are not meant to be shared. (#188)
tsteven4 [Wed, 6 Jun 2018 20:23:52 +0000 (14:23 -0600)]
Limit scope of variables and functions that are not meant to be shared. (#188)

restrict unshared variables and functions to file scope.

7 years agorestore fiddling with -e in kml test. (#189)
tsteven4 [Tue, 5 Jun 2018 23:47:23 +0000 (17:47 -0600)]
restore fiddling with -e in kml test. (#189)

this allows subsequent test errors to be counted.

7 years agoMerge pull request #187 from tsteven4/style_nullptr
tsteven4 [Tue, 5 Jun 2018 05:58:57 +0000 (23:58 -0600)]
Merge pull request #187 from tsteven4/style_nullptr

catch mkstyle.sh up with nullptr.

7 years agocatch mkstyle.sh up with nullptr.
tsteven4 [Tue, 5 Jun 2018 05:46:26 +0000 (23:46 -0600)]
catch mkstyle.sh up with nullptr.

7 years agoMerge pull request #186 from tsteven4/tidyup
tsteven4 [Sun, 3 Jun 2018 13:09:35 +0000 (07:09 -0600)]
Merge pull request #186 from tsteven4/tidyup

Modernize with clang-tidy

7 years agoclang-tidy add override specifier.
tsteven4 [Fri, 1 Jun 2018 15:35:44 +0000 (09:35 -0600)]
clang-tidy add override specifier.

-header-filter=.*\\.h -checks=-*,modernize-use-override -fix

7 years agoclang-tidy replaces C standard library headers with their C++ alternatives.
tsteven4 [Fri, 1 Jun 2018 15:34:30 +0000 (09:34 -0600)]
clang-tidy replaces C standard library headers with their C++ alternatives.

-header-filter=.*\\.h -checks=-*,modernize-deprecated-headers -fix

7 years agoclang-tidy replaces integer literals that are cast to bool.
tsteven4 [Fri, 1 Jun 2018 15:33:13 +0000 (09:33 -0600)]
clang-tidy replaces integer literals that are cast to bool.

-header-filter=.*\\.h -checks=-*,modernize-use-bool-literals -fix

7 years agouse clang-tidy to convert the usage of null pointer constants to use the new C++11...
tsteven4 [Fri, 1 Jun 2018 15:31:44 +0000 (09:31 -0600)]
use clang-tidy to convert the usage of null pointer constants to use the new C++11 nullptr keyword.

-header-filter=.*\\.h -checks=-*,modernize-use-nullptr -fix

7 years agoadd make targets to use clang-tidy.
tsteven4 [Fri, 1 Jun 2018 15:26:51 +0000 (09:26 -0600)]
add make targets to use clang-tidy.

7 years agomake use of QStringLiteral with QXmlStreamWriter. (#153)
tsteven4 [Tue, 29 May 2018 15:35:45 +0000 (09:35 -0600)]
make use of QStringLiteral with QXmlStreamWriter. (#153)

7 years agocorrect spelling in document. (#184)
tsteven4 [Mon, 28 May 2018 20:29:54 +0000 (14:29 -0600)]
correct spelling in document. (#184)

7 years agofix link to build log in continuous windows release.
tsteven4 [Sun, 27 May 2018 16:37:07 +0000 (10:37 -0600)]
fix link to build log in continuous windows release.

7 years agoupdate appveyor token instructions. (#183)
tsteven4 [Sun, 27 May 2018 15:32:45 +0000 (09:32 -0600)]
update appveyor token instructions. (#183)

7 years agobug fixes and improvements for uploadtool. (#182)
tsteven4 [Sun, 27 May 2018 14:10:07 +0000 (08:10 -0600)]
bug fixes and improvements for uploadtool. (#182)

* fix body of appveyor uploads.

* give detailed instructions on appveyor upload when GITHUB_TOKEN missing.

* pick up upstream changes to upload.sh.

7 years agoUse date instead of travis/appveyor build number in pre-release names. (#180)
tsteven4 [Tue, 22 May 2018 15:13:05 +0000 (09:13 -0600)]
Use date instead of travis/appveyor build number in pre-release names. (#180)

7 years agotoken massage for appveyor.
tsteven4 [Tue, 22 May 2018 00:48:45 +0000 (18:48 -0600)]
token massage for appveyor.

7 years agofix permissions on extract-qt-installer.
tsteven4 [Tue, 22 May 2018 00:10:45 +0000 (18:10 -0600)]
fix permissions on extract-qt-installer.

7 years agoAdd mac build to travis CI (#179)
tsteven4 [Mon, 21 May 2018 22:39:44 +0000 (16:39 -0600)]
Add mac build to travis CI (#179)

Add mac build to travis CI.
Deploy mac dmg to github releases from travis.
Deploy windows installer to github releases from appveyor.

7 years agoRevert "add creation of appimage."
tsteven4 [Fri, 18 May 2018 21:37:45 +0000 (15:37 -0600)]
Revert "add creation of appimage."

This reverts commit 46f8c773de64761cbde22adb078a26b55e41db2e.

7 years agoRevert "fix packages for travis."
tsteven4 [Fri, 18 May 2018 21:37:43 +0000 (15:37 -0600)]
Revert "fix packages for travis."

This reverts commit 807e853e62d2252a3a66e6b5a9fba647f88e5c3c.

7 years agoRevert "fix travis"
tsteven4 [Fri, 18 May 2018 21:37:42 +0000 (15:37 -0600)]
Revert "fix travis"

This reverts commit 50353d5c57d3a0d4ad1dcaf301354a2675893b61.

7 years agoRevert "fix travis packages, rpath."
tsteven4 [Fri, 18 May 2018 21:37:41 +0000 (15:37 -0600)]
Revert "fix travis packages, rpath."

This reverts commit 16d14a9d462de3983232d8c8d7cd8744387a9488.

7 years agoRevert "fix travis builds"
tsteven4 [Fri, 18 May 2018 21:37:38 +0000 (15:37 -0600)]
Revert "fix travis builds"

This reverts commit 3e5d604ad38573a755d5c2fdf1d9593dc6a76d1d.

7 years agoRevert "have travis avoid ppa environment script."
tsteven4 [Fri, 18 May 2018 21:37:33 +0000 (15:37 -0600)]
Revert "have travis avoid ppa environment script."

This reverts commit f74c139d26efadfa929bcaca1aea5985fa819711.

7 years agoRevert "fix up travis LDFLAGS."
tsteven4 [Fri, 18 May 2018 21:37:14 +0000 (15:37 -0600)]
Revert "fix up travis LDFLAGS."

This reverts commit 8229a81fa41bcccb5db5e1ffba10c2975ee750ed.

7 years agoMerge pull request #176 from tsteven4/appv
tsteven4 [Fri, 18 May 2018 13:14:19 +0000 (07:14 -0600)]
Merge pull request #176 from tsteven4/appv

Drop appveyor Qt 5.7 build, they dropped Qt 5.7 with MSVC 2015.

7 years agodrop appveyor Qt 5.7 build.
tsteven4 [Fri, 18 May 2018 12:49:58 +0000 (06:49 -0600)]
drop appveyor Qt 5.7 build.

7 years agofix up travis LDFLAGS.
tsteven4 [Wed, 16 May 2018 03:04:22 +0000 (21:04 -0600)]
fix up travis LDFLAGS.

7 years agohave travis avoid ppa environment script.
tsteven4 [Wed, 16 May 2018 02:53:46 +0000 (20:53 -0600)]
have travis avoid ppa environment script.

7 years agofix travis builds
tsteven4 [Wed, 16 May 2018 02:13:07 +0000 (20:13 -0600)]
fix travis builds

7 years agofix travis packages, rpath.
tsteven4 [Wed, 16 May 2018 01:32:50 +0000 (19:32 -0600)]
fix travis packages, rpath.